home *** CD-ROM | disk | FTP | other *** search
/ Chip 1994 March / CHIP0394.BIN / digital / kommunik / wwwmac / htmledit.sit / HTML.edit 1.1.2 distribution / HTML.edit.Help / background_2660.txt < prev    next >
Text File  |  1994-07-14  |  981b  |  44 lines

  1. -- background: 2660 from stack: in.Help
  2. -- bmap block id: 3716
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=250 top=66 right=80 bottom=382
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 65535
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: freeSize
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=0 top=0 right=80 bottom=384
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 128
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Current Size:
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   showFree
  37. end mouseUp
  38.  
  39. on showFree
  40.   put empty into fld "freeSize"
  41.   put the freeSize of this stack&"K/"&the size of this stack&"K  ["& trunc(the freeSize of this stack/the size of this stack * 100)&"%]" into fld "freeSize"
  42. end showFree
  43.  
  44.